From 3bdc28dba5a5be1b440d938f05b5f8d5fa18503b Mon Sep 17 00:00:00 2001 From: Andy Chiang Date: Fri, 10 Oct 2025 15:21:42 +0700 Subject: [PATCH] luci-mod-network: fix brackets in interfaces.js fix brackets in interfaces.js for translate Signed-off-by: Andy Chiang --- .../htdocs/luci-static/resources/view/network/interfaces.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js index 696d324da6..3246d5206a 100644 --- a/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js +++ b/modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js @@ -846,7 +846,7 @@ return view.extend({ }; so = ss.taboption('ipv6-ra', form.Value, 'ra_pref64', _('NAT64 prefix'), _('Announce NAT64 prefix in RA messages.') + ' ' + - _('See %s and %s.'.format('RFC6146', 'RFC8781').format('https://www.rfc-editor.org/rfc/rfc6146', 'https://www.rfc-editor.org/rfc/rfc8781'))); + _('See %s and %s.').format('RFC6146', 'RFC8781').format('https://www.rfc-editor.org/rfc/rfc6146', 'https://www.rfc-editor.org/rfc/rfc8781')); so.optional = true; so.datatype = 'cidr6'; so.placeholder = '64:ff9b::/96'; -- 2.30.2